IAxis.Reset method

Makes the transition from the state ErrorStop to Standstill or Disabled by resetting all internal axis-related errors — it doesn't affect the output of the method instances.

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
IKsCommand Reset()
Function Reset() As IKsCommand

Return value

Type: IKsCommand

Returns the states of a reset.

Remarks

When an error occurs on the axis, it sends an alarm and enters the ErrorStop state. This method can clear the alarm.

See also

IAxis Interface

IntervalZero.KINGSTAR.Base.Class Namespace